const runtime._Gdead
19 uses
runtime (current package)
heapdump.go#L426: case _Gdead, _Gdeadextra:
mgcmark.go#L914: case _Gdead, _Gdeadextra:
mprof.go#L1478: if status := readgstatus(gp1); status == _Gdead || status == _Gdeadextra {
mprof.go#L1582: if status := readgstatus(gp1); status == _Gdead || status == _Gdeadextra {
preempt.go#L138: case _Gdead, _Gdeadextra:
proc.go#L4507: casgstatus(gp, _Grunning, _Gdead)
proc.go#L5323: casgstatus(newg, _Gidle, _Gdead)
proc.go#L5330: if readgstatus(newg) != _Gdead {
proc.go#L5399: casgstatus(newg, _Gdead, status)
proc.go#L5466: if readgstatus(gp) != _Gdead {
runtime2.go#L77: _Gdead // 6
synctest.go#L55: case _Gdead, _Gdeadextra:
synctest.go#L65: case _Gdead, _Gdeadextra:
synctest.go#L89: if raceenabled && newval != _Gdead && newval != _Gdeadextra {
time.go#L1205: bubble.changegstatus(gp, _Gdead, _Grunning)
time.go#L1251: bubble.changegstatus(gp, _Grunning, _Gdead)
traceback.go#L1208: _Gdead: "dead",
traceback.go#L1316: if status := readgstatus(gp); status == _Gdead || status == _Gdeadextra {
tracestatus.go#L136: case _Gdead, _Gdeadextra:
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |